Skip to main content

Sugar - Ultrasonic Atomization Module

title: Sugar - Ultrasonic Atomization Module sidebar_position: 12

Introduction

Sugar Cube Ultrasonic Misting Module (2).png

Function


Convert water to mist to increase humidity

Signal :Digital input 1 (High level): Turn on the humidifier 0 (Low level): Turn off the humidifier

Module principle

Ultrasonic atomizer uses electronic high-frequency oscillation (oscillation frequency is 1.7MHz or 2.4MHz, which is beyond the hearing range of human beings. This electronic oscillation is harmless to human beings and animals). Through the high-frequency resonance of the ceramic atomizing sheet, the liquid water molecular structure is broken up to produce natural and elegant water mist, without heating or adding any chemical reagents. Compared with the heating atomization method, energy is saved by 90%. In addition, a large number of negative ions will be released during the atomization process, which will produce electrostatic reaction with smoke, dust, etc. floating in the air, making them precipitate, and can also effectively remove harmful substances such as formaldehyde, carbon monoxide, and bacteria, so as to purify the air and reduce the occurrence of diseases.

Wiring

Future Board Lite Mainboard 3 - Copy.png

Future Board Lite InterfaceWire
Sugar Cube Ultrasonic Misting Module (2).pngSugar Cube Ultrasonic Atomization ModulePort3White PH2.0-3Pin Interface Wireuntitled.100.png

warning
Supports connecting to Port1, Port2, Port3, Port4 Pay attention that the interface is consistent with the actual when programming.

Building Block - Function Description

SequenceBuilding Block ImageBuilding Block Function
1image-20240321135815941Control the switch of the external atomization module

Program - Full Program

image-20240316170338890

Program - Function description

Set the color screen to dot matrix mode If press key A on Maqueen Lite, wait for release, display icon, open atomization module If press key B on Maqueen Lite, wait for release, display icon, close atomization module

Using Kittenblock

Run the program offline to check the effect

Usage on Microbit

Robotbit_压缩后.png

Coding platforms

Microsoft MakeCode for micro:bit Using Makecode coding platform

Add Sugar plug-in

image-20240311154521941 image.png

Search for Sugar in extensions, click Add

Circuit Connection

image.png

Microbit InterfaceWire
Sugar Ultrasonic Fogging Module (2).pngSugar Ultrasonic Fogging ModuleP0White PH2.0-3Pin Interface Wireuntitled.100.png

warning Support connecting to P0, P1, P2, P8, etc. When programming, make sure the interface matches the actual one.

Building Block - Function Description

SequenceBuilding Block ImageBuilding Block Function
1image-20240316170409758Control the switch of the atomization module

Case: Button Control

image-20240316170433007